; (grep-read-files): Fix completion table
authorEshel Yaron <me@eshelyaron.com>
Tue, 2 Jul 2024 12:03:01 +0000 (14:03 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 2 Jul 2024 12:12:40 +0000 (14:12 +0200)
commit850fc68481a75c3c5d97b0c694159110785aa524
tree4f2ee61b92ce4e48a450b913b35e4d1a7e41a514
parent921d40759e54e2fb5685a5b662b862ed614b9bc6
; (grep-read-files): Fix completion table

* lisp/progmodes/grep.el (grep-read-files): Cease returning
some completion candidates unconditionally.  Use
'completion-file-name-table' over 'read-file-name-internal'
because the latter uses 'completion-table-with-quoting', and
that doesn't blend well with other tables in
'completion-table-merge'.

https://lists.gnu.org/archive/html/emacs-devel/2024-06/msg01194.html
lisp/progmodes/grep.el